home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / intro.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1997-08-28  |  103 b   |  8 lines

  1. on installcheck
  2.   if the platform contains "mac" then
  3.     go("mac")
  4.   else
  5.     wincheck()
  6.   end if
  7. end
  8.